From: robertl Date: Fri, 2 Apr 2010 18:24:47 +0000 (+0000) Subject: Typo fix. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~32 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d74dc3ac20ba64fa47be3544c85f87ac24775e83;p=gpsbabel.git Typo fix. --- diff --git a/gpx.c b/gpx.c index 567d6d06b..1be06754a 100644 --- a/gpx.c +++ b/gpx.c @@ -1635,7 +1635,7 @@ gpx_write_common_extensions(const waypoint *waypointp, const char *indent) gbfprintf(ofd, "%s %u\n", indent, waypointp->heartrate); if (waypointp->cadence != 0) - gbfprintf(ofd, "%s \n", + gbfprintf(ofd, "%s %u\n", indent, waypointp->cadence); gbfprintf(ofd, "%s \n", indent); }